home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2002 November / SGI IRIX Base Documentation 2002 November.iso / usr / share / catman / p_man / cat3 / f90 / allocated.z / allocated
Encoding:
Text File  |  2002-10-03  |  1.7 KB  |  42 lines

  1. ALLOCATED(3I)                                         Last changed: 4-13-99
  2.  
  3.  
  4. NNAAMMEE
  5.      AALLLLOOCCAATTEEDD - Returns the array allocation status
  6.  
  7. SSYYNNOOPPSSIISS
  8.      AALLLLOOCCAATTEEDD (([AARRRRAAYY==]_a_r_r_a_y))
  9.  
  10. IIMMPPLLEEMMEENNTTAATTIIOONN
  11.      UNICOS, UNICOS/mk, IRIX systems
  12.  
  13.      CF90, MIPSpro 7 Fortran 90
  14.  
  15. SSTTAANNDDAARRDDSS
  16.      Fortran
  17.  
  18. DDEESSCCRRIIPPTTIIOONN
  19.      The AALLLLOOCCAATTEEDD intrinsic function indicates whether or not an
  20.      allocatable array is currently allocated.  It accepts the following
  21.      argument:
  22.  
  23.      _a_r_r_a_y     Must be an allocatable array
  24.  
  25.      AALLLLOOCCAATTEEDD is an inquiry function.  The name of this intrinsic cannot
  26.      be passed as an argument.
  27.  
  28. RREETTUURRNN VVAALLUUEESS
  29.      The result type, type parameter, and shape are default logical scalar.
  30.      The result has the value ..TTRRUUEE.. if _a_r_r_a_y is currently allocated and
  31.      has the value ..FFAALLSSEE..  if _a_r_r_a_y is not currently allocated.
  32.  
  33.      The result is undefined if the allocation status of the array is
  34.      undefined.  See section 6 of the _F_o_r_t_r_a_n _L_a_n_g_u_a_g_e _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l,
  35.      _V_o_l_u_m_e _1, for information on the allocation of allocatable arrays.
  36.  
  37. SSEEEE AALLSSOO
  38.      _F_o_r_t_r_a_n _L_a_n_g_u_a_g_e _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l, _V_o_l_u_m_e _1
  39.  
  40.      _I_n_t_r_i_n_s_i_c _P_r_o_c_e_d_u_r_e_s _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l for the printed version of this
  41.      man page.
  42.